'Declaration
Public Function GetNonEmptyItems( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal column2 As Integer, _
ByRef () As CellReference _
) As
public GetNonEmptyItems(
int ,
int column,
int ,
int column2,
out CellReference[]
)